Owner Class |
Namespace: Independentsoft.Sip.Sdp
The Owner type exposes the following members.
| Name | Description | |
|---|---|---|
| Owner |
Initializes a new instance of the Owner class.
| |
| Owner(String) |
Initializes a new instance of the Owner class.
| |
| Owner(String, String) |
Initializes a new instance of the Owner class.
| |
| Owner(String, Int64, Int64, String) |
Initializes a new instance of the Owner class.
| |
| Owner(String, Int64, Int64, AddressType, String) |
Initializes a new instance of the Owner class.
| |
| Owner(String, Int64, Int64, NetworkType, AddressType, String) |
Initializes a new instance of the Owner class.
|
| Name | Description | |
|---|---|---|
| Address |
Gets or sets address. The address is the globally unique address of the machine from which the session was created.
| |
| AddressType |
Gets or sets address type.
| |
| NetworkType |
Gets or sets network type.
| |
| SessionID |
Gets or sets globally unique identifier for the session.
| |
| SessionIDString |
Gets globally unique identifier for the session.
| |
| Username |
Gets or sets username. The username is the user’s login name on the originating host, or it is "-" if the
originating host does not support the concept of user ids. The username must not contain spaces.
| |
| Version |
Gets or sets version number.
| |
| VersionString |
Gets or sets version number.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a presence description to its Owner equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |